home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Technology Demos and Tools.iso / solidifier / Models / depth_cue_submarine.mdl < prev    next >
Encoding:
Text File  |  1995-12-06  |  1.9 KB  |  67 lines

  1. !
  2. ! Created by LeoTool v1.0.2
  3. !
  4. load_object "../Objects/sub.obj"
  5.  
  6. global.background_color = 0.2 0.3 0.5
  7. global.deferral_mode = asti
  8. global.double_buffered = on
  9. global.center = center
  10. global.scale = full_screen
  11. lines.antialiasing = arbitrary_bg
  12. edges.antialiasing = arbitrary_bg
  13. edges.edge_color = 1 0.1 0
  14. render.prim_type = solid
  15. render.face_culling = off
  16. render.face_dist = off
  17. render.raster_op = copy
  18. render.hlhsr_mode = on
  19. front_surf.color = 0 1 0
  20. front_surf.fill_style = solid
  21. front_surf.stipple_pattern = horizontal
  22. front_surf.color_selector = context
  23. front_surf.illum = per_vertex
  24. front_surf.light_component = ambient diffuse specular
  25. front_surf.ambient = 0.25
  26. front_surf.diffuse = 0.75
  27. front_surf.specular = 0.25
  28. front_surf.specular_color = 1 1 1
  29. front_surf.specular_power = 8
  30. front_surf.transp_blend_eq = constant_bg
  31. front_surf.transparency = 0.5
  32. depth_cue.mode = scaled
  33. depth_cue.color = 0.2 0.3 0.5
  34. depth_cue.front_ref_plane = 0.35
  35. depth_cue.back_ref_plane = -0.20
  36. depth_cue.max_scale = 0.85
  37. depth_cue.min_scale = 0.02
  38.  
  39. obj_colors.part_color "deck body" = 0.15 0.15 0.17
  40. obj_colors.part_color "body hull" = 0.17 0.17 0.2
  41. obj_colors.part_color "body nose" = 0.1 0.1 0.1
  42. obj_colors.part_color "body con" = 0.17 0.17 0.2
  43. obj_colors.part_color "body array" = 0.1 0.1 0.1
  44. obj_colors.part_color "body con ports" = 0 0 0
  45. obj_colors.part_color "body con fix" = 0.17 0.17 0.2
  46. obj_colors.part_color "body fins" = 0.1 0.1 0.1
  47.  
  48. position.global_x_translate = 0
  49. position.global_y_translate = 0
  50. position.global_z_translate = 0
  51. position.global_x_rotate = 0
  52. position.global_z_rotate = 0
  53. position.global_scale = 1.5
  54.  
  55.  
  56. position.local_y_rotate = 65.0
  57. position.global_x_translate = 1.05654565    ! cos 65.0 * 2.5
  58. position.global_z_translate = -2.26576947    ! sin 65.0 * 2.5
  59.  
  60. update_menus
  61.  
  62. loop 500
  63.     position.global_x_translate = -0.00422618    ! cos 65.0 * .01
  64.     position.global_z_translate = 0.00906307    ! sin 65.0 * .01
  65.     draw
  66. end_loop
  67.